Expand description
§Rust GDK 4 bindings
The project website is here.
Rust bindings of GDK 4, part of gtk4-rs.
§Minimum supported Rust version
Currently, the minimum supported Rust version is 1.70
.
§Documentation
- The Rust API Stable/Development
- The C API
- GTK Installation instructions
§Using
We recommend using crates from crates.io, as demonstrated here.
If you want to track the bleeding edge, use the git dependency instead:
[dependencies]
gdk = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gdk4" }
Avoid mixing versioned and git crates like this:
# This will not compile
[dependencies]
gtk = {version = "0.1", package = "gtk4"}
gdk = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gdk4" }
§Features
Feature | Description |
---|---|
v4_18 | Enable the new APIs part of GTK 4.18 |
v4_16 | Enable the new APIs part of GTK 4.16 |
v4_14 | Enable the new APIs part of GTK 4.14 |
v4_12 | Enable the new APIs part of GTK 4.12 |
v4_10 | Enable the new APIs part of GTK 4.10 |
v4_8 | Enable the new APIs part of GTK 4.8 |
v4_6 | Enable the new APIs part of GTK 4.6 |
v4_4 | Enable the new APIs part of GTK 4.4 |
v4_2 | Enable the new APIs part of GTK 4.2 |
gl | Integration with the gl crate |
§See Also
§License
The Rust bindings of gdk4 are available under the MIT License, please refer to it.
Re-exports§
pub use cairo;
pub use gdk4_sys as ffi;
pub use gdk_pixbuf;
pub use gio;
pub use gl;
gl
pub use glib;
pub use pango;
Modules§
- Builder pattern types.
- Traits intended for blanket imports.
- Traits intended for creating custom types.
Structs§
- GLib type: GObject with reference counted clone semantics.
- GLib type: Shared boxed type with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- Cicp
Params v4_16
GLib type: GObject with reference counted clone semantics. - GLib type: GObject with reference counted clone semantics.
- Color
State v4_16
GLib type: Shared boxed type with reference counted clone semantics. - GLib type: GObject with reference counted clone semantics.
- GLib type: Shared boxed type with reference counted clone semantics.
- GLib type: Shared boxed type with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: Shared boxed type with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: Shared boxed type with reference counted clone semantics.
- GLib type: Shared boxed type with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- Dmabuf
Formats v4_14
GLib type: Shared boxed type with reference counted clone semantics. - Dmabuf
Texture v4_14
GLib type: GObject with reference counted clone semantics. - Dmabuf
Texture Builder v4_14
GLib type: GObject with reference counted clone semantics. - GLib type: GObject with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- Drag
Surface Size v4_12
- GLib type: GObject with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: Shared boxed type with reference counted clone semantics.
- GLib type: Boxed type with copy-on-clone semantics.
- File
List v4_6
GLib type: Boxed type with copy-on-clone semantics. - GLib type: Shared boxed type with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: Shared boxed type with reference counted clone semantics.
- GLAPI
v4_6
- GLib type: GObject with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- GLTexture
Builder v4_12
GLib type: GObject with reference counted clone semantics. - GLib type: Shared boxed type with reference counted clone semantics.
- A wrapper around
GDK_KEY_
constants and keyval methods. - GLib type: Shared boxed type with reference counted clone semantics.
- GLib type: Inline allocated boxed type with stack copy semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: Shared boxed type with reference counted clone semantics.
- GLib type: Shared boxed type with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: Shared boxed type with reference counted clone semantics.
- GLib type: Shared boxed type with reference counted clone semantics.
- GLib type: Inline allocated boxed type with stack copy semantics.
- GLib type: Inline allocated boxed type with stack copy semantics.
- GLib type: Shared boxed type with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: GObject with reference counted clone semantics.
- Texture
Downloader v4_10
GLib type: Boxed type with copy-on-clone semantics. - GLib type: Inline allocated boxed type with stack copy semantics.
- GLib type: GObject with reference counted clone semantics.
- GLib type: Shared boxed type with reference counted clone semantics.
- GLib type: Shared boxed type with reference counted clone semantics.
- GLib type: Shared boxed type with reference counted clone semantics.
- Vulkan
Context Deprecated GLib type: GObject with reference counted clone semantics.
Enums§
- Cicp
Range v4_16
- Dmabuf
Error v4_14
- Scroll
Unit v4_8
- Texture
Error v4_6
- Titlebar
Gesture v4_4
Constants§
Functions§
- pixbuf_
get_ from_ surface Deprecated - pixbuf_
get_ from_ texture Deprecated